home *** CD-ROM | disk | FTP | other *** search
- /* EXTERNAL STYLE SHEET FOR TOOLTIP ELEMENTS */
-
- .divTooltip
- {
- position:absolute;
- height:1%;
- width:20%;
- z-index:30;
- cursor:default;
- visibility:hidden;
- border-width:1pt;
- border-style:solid;
- border-color:windowtext;
- }
-
- .tblTooltip
- {
- position:relative;
- width:100%;
- height:100%;
- font-family:Tahoma;
- font-weight:normal;
- cursor:default;
- z-index:10;
- }
-
- .divTooltipPointer
- {
- position:absolute;
- top:2%;
- left:20%;
- height:1%;
- width:1%;
- font-family:Wingdings;
- visibility:hidden;
- z-index:5;
- }
-